home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / spycraft.dir / 00001.ls next >
Encoding:
Text File  |  1995-12-11  |  258 b   |  20 lines

  1. on enterFrame
  2.   if rollOver(10) then
  3.     go("video")
  4.   else
  5.     if rollOver(11) then
  6.       go("play")
  7.     else
  8.       if rollOver(12) then
  9.         go("exit")
  10.       else
  11.         go("none")
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.  
  17. on exitFrame
  18.   go(the frame)
  19. end
  20.